projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c82da
)
zynq: Kconfig: Enable dm spi and spi_flash
author
Jagan Teki
<
[email protected]
>
Fri, 26 Jun 2015 19:21:32 +0000
(
00:51
+0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 15:45:03 +0000
(21:15 +0530)
Enabled CONFIG_DM_SPI and CONFIG_DM_SPI_FLASH for zynq soc.
Signed-off-by: Jagan Teki <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Cc: Michal Simek <
[email protected]
>
Cc: Siva Durga Prasad Paladugu <
[email protected]
>
Tested-by: Jagan Teki <
[email protected]
>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 08292353336ebb2a070128178dbe1a99ac90b6cc..5f026f06a4bd2b34c915fd50afc3674b0966b120 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-671,6
+671,8
@@
config ARCH_ZYNQ
select CPU_V7
select SUPPORT_SPL
select DM
+ select DM_SPI
+ select DM_SPI_FLASH
config TARGET_XILINX_ZYNQMP
bool "Support Xilinx ZynqMP Platform"